Jump To:
Technical Q&As: Performance
Apple's suite of developer tools includes a number of optimization tools to help developers gather performace metrics, as well as identify and eliminate inefficiencies in their code. Code-profiling applications such as Shark show where an application is spending its time. Developers can use tools such as MallocDebug to help track down memory leaks and analyze memory use. Using these and other tools provided by Apple, developers can fine-tune their applications for high performance.

View all Tools Technical Q&As.
Document Descriptions
On Off
Display

Sort by
Title
Sorted by
Date
Disabling a Processor on a Multiprocessor System (HTML) ()
QA1141: Describes how to disable a processor on a multiprocessor system for testing purposes.
2002-05-22
Setting environment variables for user processes (HTML)
QA1067: Tells how to set environment variables for user processes.
2001-10-25